Copilot

interface Copilot : Peripheral

Copilot peripheral interface for RemoteControl devices.

Copilot allows to select the source of piloting commands, either the remote control (default) or the application. Selecting a source prevents the other one from sending any piloting command. The piloting source is automatically reset to remote control when this one is disconnected from the phone.

This peripheral can be obtained from a remote control using:

remoteControl.getPeripheral(Copilot.class)

See also

com.parrot.drone.groundsdk.device.RemoteControl

Types

Link copied to clipboard
enum Source
Piloting source.

Functions

Link copied to clipboard
Gives access to the piloting source setting.